/**
 *  默认通用样式
 */
@import url(./dark.css);

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list .tt {
    margin-top: 15px;
    font-size: 1.4em;
}

.news-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.news-list .list-view {
    margin-top: 15px;
}


.swiper-pagination-bullet {
    width: 2.5rem;
    height: 0.2rem;
    border-radius: 0;
    margin: 0 3px;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 2px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

@media (min-width: 767px) {
    .swiper-pagination-bullet-active {
        width: 2.5rem !important;
    }

    .backtop-min {
        width: 80px;
    }

    .hot-list {
        padding: 0px !important;
    }

    .hot-list li {
        font-size: 24px !important;
        font-weight: normal;
        color: #333 !important;
        padding-bottom: 10px !important;
    }

    .journalists-content {
        display: none;
    }

    .journalists-pc {
        width: 100%;
        height: 240px;
        background: url(../img/topbg-min1.png) no-repeat;
        background-size: 100% 100%;
        display: flex;
    }

    .journalists-pc-top {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end;
        background: rgba(255, 255, 255, 0.1);
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 30px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .journalists-pc-top-a {
        flex: 0 0 25%;
        color: #fff;
        text-align: center;
        display: block;
    }

    .journalists-pc-top-a p {
        color: #fff;
        margin: 10px 0 10px 0;
        font-size: 16px;
    }

    .journalists-pc-top-a img {
        width: 70%;
    }

    .journalists-stat-pc p {
        margin: 0px;
    }

    .journalists-stat-pc span {
        padding-right: 8px;
    }

    .journalists-stat-pc-1 {
        width: 48%;
        float: left;
        background: rgb(68, 108, 240);
        color: #fff;
        padding: 12px 10px 12px 30px;
        font-size: 1.8em;
        border-radius: 10px;
    }

    .journalists-stat-pc-2 {
        width: 48%;
        float: left;
        background: rgb(220, 31, 38);
        color: #fff;
        margin-left: 4%;
        padding: 12px 10px 12px 30px;
        font-size: 1.8em;
        border-radius: 10px;
    }

    .journalists-stat-pc {
        padding: 20px 0px 10px 0px;
    }

    .journalists-lists-1 img {
        width: 75px;
        border-radius: 75px;
    }

    .journalists-lists-1 {
        width: 12.5%;
        float: left;
        text-align: center;
        margin-top: 30px;
    }

    .journalists-lists-1 p {
        font-weight: 600;
        color: black;
        margin: 5px 0 5px 0;
    }

    .journalists-lists-1-gz span {
        color: red;
        padding: 2px 10px;
        border: 1px solid red;
        border-radius: 10px;
    }
}

.swiper-pagination-bullet-active {
    background: #f10707;
}

.swiper-pagination {
    text-align: center;
}


/**
 * 列表样式
 */

.news-list {}

.news-list li .middle14 {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.news-list li .imga {
    /* font-size: 16px; */
    font-family: monospace;
    /* font-weight: bold; */
    margin-bottom: 15px;
}

.news-list li .im {
    max-width: 600px;
    border-radius: 3px;
    width: 30%;
    height: 200px;
    float: left;
    background-size: cover;
    margin: 0px 5px
}

.news-list li .list-title {
    font-size: 1.4em;
    padding-bottom: 15px;
}

.news-list li .imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-list li .imgs .img {
    width: 32.4%;
    border-radius: 4px;
    padding: 0px 0px 2px 0px;
    float: left;
    height: 200px;
    margin: 0px 2px 2px 0px;
}

.news-list li .listvideo {
    width: 100%;
    height: 400px;
    object-fit: inherit;
}

@media(max-width:767px) {
    .news-list li .im {
        height: 100px;
    }

    .backtop-min {
        width: 40px;
    }

    .news-list li .imgs .img {
        height: 100px;
    }

    .news-list li .listvideo {
        height: 200px;
    }

    .journalists {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .journalists-top {
        width: 100%;
        background: url(../img/topbg-min.jpg) no-repeat;
        background-size: 100% auto;
        position: relative;
    }

    .journalists-top:before {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .journalists-top-1 {
        position: absolute;
        top: 0;
        text-align: center;
        padding-top: 20px;
    }

    .journalists-top-1-1 img {
        width: 90%;
    }

    .journalists-content-pc {
        display: none;
    }

    .journalists-content .top1 {
        width: 105px;
    }

    .journalists-top-1-2 {
        display: flex;
        margin: 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        padding-top: 10px;
        margin-top: 30px;
    }

    .journalists-top-1-2 a {
        display: block;
    }

    .journalists-top-1-2-1 {
        flex: 0 0 25%;
    }

    .journalists-top-1-2-2 {
        flex: 0 0 25%;
    }

    .journalists-top-1-2-3 {
        flex: 0 0 25%;
    }

    .journalists-top-1-2-4 {
        flex: 0 0 25%;
    }

    .journalists-top-1-2 img {
        width: 50%;
    }

    .journalists-top-1-2 p {
        color: #fff;
    }

    .journalists-lists-1 img {
        width: 60px;
        height: 60px;
        border-radius: 60px;
    }

    .journalists-lists-1 {
        width: 25%;
        float: left;
        text-align: center;
        margin-top: 10px;
    }

    .journalists-lists-1 p {
        font-weight: 600;
        color: black;
        margin: 5px 0 5px 0;
    }

    .journalists-lists-1-gz span {
        color: red;
        padding: 2px 10px;
        border: 1px solid red;
        border-radius: 10px;
    }

    .journalists-stat {
        margin-left: -15px;
        margin-right: -15px;
        background: rgb(212, 223, 255);
        padding: 15px;
        margin-top: 10px;
    }

    .journalists-stat p {
        margin: 0px;
    }

    .journalists-stat-1 {
        width: 48%;
        float: left;
        background: rgb(68, 108, 240);
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
    }

    .journalists-stat-2 {
        width: 48%;
        float: left;
        background: rgb(220, 31, 38);
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        margin-left: 4%;
    }

}

.swiper-ad .swiper-slide a {
    display: block;
    width: 100%;
}

.swiper-ad .swiper-slide a .tt {
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    padding: 10px;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 16px;
}